-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Segment context chips in list and view comp feature added #1445
Segment context chips in list and view comp feature added #1445
Conversation
frontend/projects/upgrade/src/app/core/local-storage/local-storage.service.ts
Outdated
Show resolved
Hide resolved
frontend/projects/upgrade/src/app/core/segments/segments.service.ts
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
To make the segment constants consistent with the experiment ones, we should import them from 'upgrade_types'. We'll also need to add them to types/src/index.ts
.
frontend/projects/upgrade/src/app/core/segments/store/segments.model.ts
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is still not quite the same as the way it's done with experiments, where the constants are re-exported from the model and imported from the model in the services. But it's not clear to me why that was done, so this is probably fine.
@bcb37 can you approve PR again as there was merge conflict I had to resolve so your approval dismissed |
This PR add feature of chips on segment context functional by clicking on them search filter is set on that context.